Let's create an Event that causes a jump action every time the Space Bar is pressed.
Space Bar starts with the definition of a function called space(). The function already has the .jump() command in it. The last line is an "event handler" which listens for the space bar to be pressed.
To navigate the page using the TAB key, first press ESC to exit the code editor.